Method Query<TProps>(IRedbUser)
Create type-safe query by type with specified user (synchronous).
public IRedbQueryable<TProps> Query<TProps>(IRedbUser user) where TProps : class, new()
Create type-safe query by type with specified user (synchronous).
public IRedbQueryable<TProps> Query<TProps>(IRedbUser user) where TProps : class, new()